home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 176-200 / 190 / ilbm2image / ilbm2image.doc < prev    next >
Text File  |  1995-03-13  |  2KB  |  45 lines

  1.                            ILBM2image
  2.     I have included three programs here that I hope you find useful.
  3. They are tools that I developed for a rainforest bird identification key 
  4. program that is used in the Information Centre at Binna Burra in Lamington
  5. National Park.
  6.        I was faced with converting sixty IFF pictures to C source code 
  7.        modules to be called when the user had identified the appropriate 
  8.        bird. The pictures also needed to be updated when needed. I 
  9.        therefore developed ILBM2image and ILBM2func that would produce a 
  10.        module that could be compiled as a separate module to be linked  
  11.        with the main program.
  12.     You supply the name of an IFF image that is in the same directory
  13. (picture or brush  ) and the programs will produce a text file
  14. with ".c" appended to the original name. This text file is ready to 
  15. compile.
  16.     ILBM2func assumes that you have a window called Window and uses the
  17. Intuition function DrawImage() to draw it. All you have to do is call
  18.  
  19.      parrotsimagefunc();
  20.   I have include a program I wrote called GetCMap also which makes a text 
  21.   file of the colour map of an IFF picture file.
  22.         The programs will also work for HAM pictures and rectangular
  23.   brushes.
  24.         ILBM2func and ILBM2image can be used in batch files if a large
  25.  number of similar files need to be made and compiled at the same time.
  26.  eg.
  27.   ilbm2func parrots
  28.   lc parrots
  29.   delete parrots.c
  30.   ilbm2func ....
  31.   ....etc.
  32.  
  33.     Ronda Green did the icons(example and programs) and bird pictures. 
  34.    
  35. I  am putting these programs  into the public domain.
  36.  
  37.   
  38. Denis S. Green
  39.  Greensoft
  40. Running Creek Road
  41. via RathDowney
  42. Queensland
  43. Australia 4287
  44.  ph. (075) 441283
  45.